home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xpkrdcn21.lha / xpkRDCN / ReadMe.TXT < prev    next >
Text File  |  1993-04-10  |  962b  |  22 lines

  1.  
  2. This code should compile on SAS/C 6.2 without any problems. The assembler
  3. source should compile without problems either using asm or Genam 3.01.
  4.  
  5. Note that SAS/C's asm contains a bug which warns you that
  6. move.l (ax,dx.s) isn't allowed <020. This instruction actually
  7. assembles to move.l 0(ax,dx.s) which IS a 68000-instruction.
  8.  
  9. You'll need the xpk??dev archive since no xpk-includes are included
  10. in this archive.
  11.  
  12.  
  13. PLEASE NOTE!
  14. The 1.3 version contained a word fetch which made it crash on 68000 machines.
  15. This is now fixed, and it should run just fine on smaller CPUs. However, I've
  16. no access to a 68000 machine and have promised to release this version this
  17. week so I hope that there's no new "bug" in the code. John Harris also have
  18. a 68030, but from what I can see his code contains no 020+ specific code.
  19.  
  20. If it takes some time before I answer your E-mail that's because I'm doing my
  21. military service and might spend more than two weeks at sea at a time.
  22.